home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / ELECTRON / 3681.ZIP / SKEM11.ZIP / HELP.DOC < prev    next >
Text File  |  1992-09-26  |  15KB  |  281 lines

  1.                       HELP MENU INDEX
  2.                    (Select Help Subject)
  3. o Introduction
  4. o SKEM 1.1 Background
  5. o Screen & File Structure Definition
  6. AVAILABLE MAIN MENU CHOICES
  7.   o File...(Load or Save schematic, Clear screen)
  8.   o Text...(Add to or erase any text from schematic)
  9.   o Undo...(Remove last drawn symbol, line or text)
  10.   o Line...(Add or Remove Horiz/Vert Line)
  11.   o Sym....(Select a symbol to place into schematic)
  12.   o Rot....(Select the needed symbol orientation)
  13.   o Print..(Send schematic to the HP laser printer)
  14.   o Info...(Displays Schematic Name and Symbol Count)
  15.   o Help...(User On-Line-Help)
  16.   o Quit...(Return to DOS)
  17.  
  18.  
  19. INTRODUCTION
  20.   SKEM 1.1 is a user friendly schematic drawing program.  It
  21.   allows you to easily and quickly draw and/or print professional
  22.   looking schematics.  SKEM 1.1 is designed to operate on any IBM
  23.   or compatible computer with 640K of RAM and a 640 by 480 VGA
  24.   video system.  A 386SX-16mHz or faster computer with a hard drive
  25.   is highly recommended.  Listed below are some of the key features.
  26.   - SKEM 1.1 is fully menu driven for ease of use, controllable
  27.     via a Microsoft or compatible mouse.
  28.   - Symbols, Horiz/Vert Lines and Text can be added to or erased
  29.     from a schematic.  
  30.   - Symbols can be rotated 90 degrees or flipped horizontally to
  31.     provide 8 different orientations.
  32.   - Additional symbols can be designed and placed into the symbols
  33.     library via the Symbol Editor program, sent when registered.
  34.   - Your schematics can be saved and later retrived for additional
  35.     editing or printing.
  36.   - Printing a schematic drawn by SKEM 1.1 can only be performed on
  37.     HP laser or compatible printers.  Sorry no dot matrix printers.
  38.   - Built in Help Function.
  39.   - SKEM 1.1 uses a 4 dot wide snap-to-grid (not visible) to give
  40.     the user the ability to easily align symbols, text or lines.
  41.   - The X and Y location of the drawing cursor or symbol is
  42.     displayed on the screen to allow ease of placement/positioning.
  43.   - If needed, there is a 16.6 pitch landscape font for downloading.
  44.  
  45. SKEM 1.1 BACKGROUND
  46.   There are already many CAD programs on the market today that can
  47.   draw schematics, so why SKEM 1.1?  The typical CAD program is a
  48.   verstile program with the ability to draw a wide variety of very
  49.   complex objects.  There are so many different functions available
  50.   in these CAD programs that one can easily become lost in their
  51.   various modes of operations.
  52.  
  53.   SKEM 1.1 was developed to fill the need for a simple, easy to use
  54.   schematic drawing and printing program.  SKEM 1.1 is only intended
  55.   to be used to draw and print schematics (nothing else).  It is not
  56.   a CAD program.  A professional looking schematic can be made in
  57.   minutes.  Printing a schematic is performed using an HP laser
  58.   printer (or equivelant).  I will work on development of a print
  59.   driver for a dot_matrix print driver in the months to come.  The
  60.   number of registrations I receive will have a direct affect on
  61.   this and other enhancements to SKEM 1.1.
  62.  
  63.   The drawing screen is 640 dots wide by 440 dots high.  The max
  64.   screen size of a symbol is limited to 56 by 56 dots.  All Symbols
  65.   drawn on the screen are constructed from drawing commands within
  66.   files that have a .SCR as an extension.  Linked to the each screen
  67.   .SCR symbol file is a .PTR (Bit-Map) file to allow printing of the
  68.   symbol.  The printer Bit-Map files are constructed in the SYMBOL
  69.   EDITOR program at the time when the design of a symbol has been
  70.   completed.  The printer Bit-Map pattern is 3 times the dot
  71.   resolution of it's equivelant screen symbol.
  72.  
  73.   Included with SKEM 1.1 is a small 16.6 pitch landscape soft font
  74.   which can be downloaded to your laser printer if it does not have
  75.   an internal 16.67 pitch landscape font.
  76.  
  77. SCREEN & FILE STRUCTURE DEFINITION
  78.   - SCREEN...The drawing screen is configured to 640 dots across by
  79.              440 dot high.  A plotting symbol can be a maximum of
  80.              56 by 56 dots.  The drawing screen has a hidden grid
  81.              of 4 dots by 4 dots.  When moving anything (a symbol,
  82.              text or finger) on the drawing screen, they will jump
  83.              4 dots horizontally or vertically.  This allows for
  84.              easily placement and alignment of the symbols and
  85.              interconnection lines.
  86.   - FILE.....The symbols drawn on the screen are saved in a master
  87.              list in the computer memory.  For a symbol the name,
  88.              rotation orientation and X/Y plotting coordinates are
  89.              saved.  For an interconnection line a H or V is saved
  90.              along with the X/Y starting location and line length.
  91.              Plotable TEXT is saved as T, X/Y plotting location
  92.              and the text information.  When SAVE is selected from
  93.              the FILE FUNCTION menu, the master list is saved as an
  94.              ASCII file with a file extension of .SKM.  You can
  95.              view and even edit the ASCII SKEM file (for example to
  96.              make slight changes to plotable TEXT information).
  97.   - PRINTER..The printing of a schematic is performed by reading
  98.              the ASCII (.SKM) file.  Everything plotted on the
  99.              screen is sent to the printer 3 times in size and
  100.              location.  ALL X/Y plotting locations are multiplied
  101.              by 3 and sent to the printer.  The symbol that is to
  102.              be printed is derived from a corresponding BIT-MAP
  103.              pattern.  The printing BIT_MAP pattern of a symbol is
  104.              3 times the size of it's respective screen symbol.
  105.              The symbol's BIT_MAP file is generated in an optional
  106.              symbol editor program (available at registration).
  107.  
  108. FILE FUNCTIONS
  109.   - LOAD....Displays a file list (sorted by file name) of ALL .SKM
  110.             schematic files that are available for loading.  To
  111.             select a schematic for loading, double-click the left
  112.             mouse button on the file name of the file you wish to
  113.             load.  You can switch to a different sub-directory by
  114.             double-clicking the left mouse button on the \.. or to
  115.             select a different drive, click on NEW DRIVE button.
  116.   - SAVE....Pops open a window to allow you to type in a new file
  117.             name (max of 8 chars) or if the schematic on the screen
  118.             had been previously loaded, its file name will appear
  119.             as a prompt.  You can hit the ENTER key to accept the
  120.             current file name or BACK SPACE over it and type in a
  121.             new file name.  Upon hitting the ENTER key after a file
  122.             name is present, the schematic on the drawing screen is
  123.             saved with the entered file name along with a default
  124.             extension of .SKM.  To cancel this operation, hit ENTER
  125.             when the cusor is in the left most position.
  126.   - CLEAR...You will be prompted by a YES/NO menu to confirm your
  127.             wish to clear the drawing screen and master list.
  128.   - CANCEL..Allows you to QUIT this menu and return back to the
  129.             drawing screen.  Right mouse button does the same.
  130.  
  131.   The free space on your currently displayed drive is shown on the
  132.   bottom of the file selection window.
  133.  
  134. TEXT FUNCTION
  135.   - ADD TEXT.....When the TEXT mode is selected a pop-up window
  136.                  will appear.  You then can type in the needed
  137.                  text.  Up to 12 letters, numbers or puncuation
  138.                  characters can be typed in.  When finished typing
  139.                  the needed text, hit the ENTER key.  The pop-up
  140.                  window will disappear and the text that was just
  141.                  typed will become a plotable symbol, moveable via
  142.                  the mouse.  To plot the text, position it at the
  143.                  needed location and hit the LEFT mouse button.
  144.   - DELETE TEXT..Use the above procedure (ADD TEXT) as if you were
  145.                  going to add new text.  Instead of hitting the
  146.                  LEFT mouse button to plot the text, overlay the
  147.                  first letter of the new text (can be the original
  148.                  text) on top of the first letter of the old text.
  149.                  The first letter of the old and new do do not
  150.                  have to match.  This time hit the RIGHT mouse
  151.                  button and both the old and new text disappear.
  152.                  The new text will re-appear when the mouse is
  153.                  moved.  You can move the new text to the correct
  154.                  location for plotting or hit the RIGHT mouse
  155.                  button again to exit the TEXT MODE.
  156.   - CANCEL.......There are 2 ways to exit out of the TEXT MODE.
  157.  
  158.                  1. Hit ENTER when there is no text in the window.
  159.                  2. Move the text to the top of the screen.  When
  160.                     it reaches the menu bar, it will change to the
  161.                     pointing finger.  You can then select SYM to
  162.                     grab another electrical plotting symbol or
  163.                     select QUIT to exit the program.
  164.  
  165. UNDO FUNCTION
  166.   - When you click on the UNDO button, the last drawn symbol, line
  167.     or plotable text item is deleted from the master list.  The
  168.     screen is then erased and redrawn to display the schematic with
  169.     the last drawn symbol deleted.
  170.  
  171.     IMPORTANT: when UNDO removes the last drawn symbol,
  172.                it is gone forever.
  173.  
  174.     You could take a 100 element schematic and UNDO every plotted
  175.     symbol, line or piece of text by clicking on the UNDO button
  176.     100 times.  It would be a little faster if you wanted to
  177.     remove every plotted symbol from the schematic to just use
  178.     the CLEAR function on the FILE menu.
  179.  
  180. LINE FUNCTION
  181.   DRAW..Clicking on the LINE button with the LEFT mouse button puts
  182.         you in the LINE DRAW mode.  When in the line drawing mode,
  183.         a crosshair appears that covers the complete drawing screen.
  184.         There are 2 modes in the line drawing function.
  185.         1. DEFINE THE STARTING X/Y LOCATION OF A LINE.
  186.            This function is performed when the color of the top bar
  187.            is Blue.  Clicking the LEFT mouse button defines the
  188.            intersection of the crosshair as the starting point of a
  189.            line.  As you move the mouse, you will see the rubber
  190.            band effect of the drawing of the line.  Position the
  191.            crosshair at the end point location of the line you wish
  192.            to draw, click the LEFT mouse button to define the ending
  193.            X/Y location (see # 2).  To EXIT out of the line draw
  194.            mode, click the RIGHT mouse button at this point.
  195.         2. DEFINE THE ENDING X/Y LOCATION OF A LINE.
  196.            You can only plot horizontal or vertical lines in the
  197.            LINE DRAW FUNCTION (Symbol library has diagonal lines).
  198.            This function performed when the color of the top bar is
  199.            green.  When you click the LEFT mouse button, the ENDING
  200.            point is defined, the line is plotted and a NEW STARTING
  201.            X/Y location for an additional line is also defined.
  202.            This allows you to draw a new line at the end of the
  203.            previously drawn line.  To stop the continuation of draw
  204.            one line at the end of another, click the RIGHT mouse
  205.            button.  The TOP bar will turn back to blue to signifiy
  206.            you are back in the mode to define a new STARTING POINT.
  207.  
  208.   ERASE.Clicking on the LINE button with the RIGHT mouse button
  209.         puts you in the ERASE LINE MODE.  When in the ERASE LINE
  210.         mode, the pointing finger appears and the color of the top
  211.         bar changes to red.  To erase a line, point to it and click
  212.         the LEFT mouse button.  The RIGHT mouse button exits.
  213.  
  214. SYM FUNCTION
  215.    Clicking on the SYM button switches you to a graphical display
  216.    screen that shows ALL available symbols.  The mouse is used to
  217.    select which symbol you would like to plot on the schematic.
  218.    The RIGHT mouse button EXITS out of the symbol selection
  219.    function.  Clicking the LEFT mouse button switches you to a
  220.    screen that displays the 8 possible rotation/flip orientation
  221.    positions of the selected symbol.  Select the orientation
  222.    needed with the LEFT mouse button.
  223.  
  224.    The ANALOG/DIGITAL selection buttons are not implememnted at
  225.    this time.
  226.  
  227.    Symbols are created by using an editor program that is sent to
  228.    you upon registration of SKEM 1.1.
  229.  
  230. ROT FUNCTION
  231.    Clicking on the ROT button when a symbol is the moveable icon on
  232.    the drawing screen will display the 8 possible rotation/flip
  233.    orientation positions of the active symbol.  The LEFT mouse
  234.    button selects the orientation needed.
  235.  
  236. PRINT FUNCTION
  237.   Clicking on the PRINT button will pop-up a small menu giving you
  238.   3 possible choices.
  239.   - PRINT........Sends the schematic displayed on the drawing
  240.                  screen to the laser printer on LPT1.  During the
  241.                  printing of the schematic, a TIME COMPLETED BAR
  242.                  CHART window appears to indicate the progress of
  243.                  the printing process.  You can terminate the
  244.                  printing operation by hitting the Esc key during
  245.                  the printing operation.  If you hit Esc, a pop-up
  246.                  window appears asking if you want to EJECT the
  247.                  partially drawn page from the laser printer.  If
  248.                  you do not eject the page, you should clear the
  249.                  laser printers buffer immediately.  If you QUIT
  250.                  SKEM 1.1 when a partial schematic is in the laser
  251.                  printer's buffer, it will be printed. After you
  252.                  answer the EJECT Y/N prompt.
  253.   - DNLOAD FONT..SKEM 1.1 selects the laser printer internal 16.67
  254.                  pitch landscape font.  If your printer does not
  255.                  have an internal 16.67 pitch font, download the
  256.                  16.67 font included with SKEM 1.1.  This works
  257.                  only on laser printers that are HP compatible and
  258.                  have the ability to accept downloaded fonts.
  259.  
  260.   - PRINT SYM'S..Prints a table of all the available symbols.  Each
  261.                  symbol is drawn in a box, labled with it's name
  262.                  and number as listed in the SYM_SCR.IDX file.
  263.   - CANCEL.......Returns back to the drawing screen without
  264.                  printing the schematic.
  265.  
  266. INFO FUNCTION
  267.    Displays a pop-up window showing the current file name of a
  268.    previously loaded schematic appearing on the drawing screen,
  269.    the number of symbols in that schematic and the amount of
  270.    free space in your RAM.
  271.  
  272. HELP FUNCTION
  273.    Displays a HELP INDEX MENU to allow you to select HELP on
  274.    general information about SKEM 1.1 or HELP for a specific
  275.    function in SKEM 1.1.
  276.  
  277. QUIT
  278.    Displays a pop-up window to confirm if you really want to QUIT.
  279.    If you click on Yes, SKEM 1.1 terminates and you'r returned to
  280.    DOS.  If you click No, you are returned to the drawing screen.
  281.